/*
Theme Name: Mitchell Wiggins
Theme URI: https://mwcpa.com
Description: Theme for Mitchell Wiggins 2017+
Author: Helium Studio
Author URI: https://heliumstudio.com
Version: 1.0
*/

/* 
This website was proudly designed and built by
 _   _        _  _                    ____   _               _  _        
| | | |  ___ | |(_) _   _  _ __ ___  / ___| | |_  _   _   __| |(_)  ___  
| |_| | / _ \| || || | | || '_ ` _ \ \___ \ | __|| | | | / _` || | / _ \ 
|  _  ||  __/| || || |_| || | | | | | ___) || |_ | |_| || (_| || || (_) |
|_| |_| \___||_||_| \__,_||_| |_| |_||____/  \__| \__,_| \__,_||_| \___/ 

*/

/* ===================================================================== */
/* =============================== Style =============================== */
/* ===================================================================== */

/* 

= HTML5 Reset
= Layout
= Header
  -- Sticky
  -- Navigation
  -- Main Nav
  -- Mobile Nav
  -- Search
  -- Flyout menu
  -- Navigation
  -- Social Nav
= Home: Feature
= Main
  -- Home: CTAs Panel
  -- Home: Inbound
  -- Content
= Flexible Rows
  -- Content Split Module
  -- List Split Panel (Industry Template)
  -- Column Content
  -- Affiliates Panel
  -- Video Panel
  -- Standard Content
  -- Flex Slideshow
  -- Form Panel
  -- Gallery Panel
= Testimonials
  -- Testimonials Archive
= Page Banner
= Team Section
= Team Filters
= Bio Info
= Industry Teams
= Who We Serve
  -- Industry Display
= Sidebar
  -- Sidebar Rotator
  -- Sidebar Video
= Tools
  -- Accordion List
  -- Service Accordion
= Newsletter Archive
  -- Newsletter Sidebar
= Blog Post
  -- Blog Sidebar
= Pagination
= Site Footer
  -- Schedule Consult
  -- Footer Btm
= Forms & Buttons
= Post Content
= Flexslider
  -- Flex Direction Nav
  -- Flex Control Nav
= Hides & Fixes
= Media:Mobile
  ** Desktop less than 1550px
  ** Desktop less than 1320px
  ** Desktop less than 1280px
  ** Desktop less than 1024px
  ** Desktop less than 900px
  ** Desktop less than 768px
  ** Desktop less than 640px
  ** Desktop less than 480px
= Media:Print

*/

/* ==================== HTML5 Reset ==================== */
*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
a { outline: none; color: inherit; text-decoration: none;}


/* ========================================== 

    Layout 

========================================== */

html { font-size: 62.5%;}
body {
	font-size: 15px;
	font-size: 1.5rem;
	background: #222222;
	color: #222222;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	overflow-x: hidden;
}
::selection { background: #000000; color: #ffffff;}
::-moz-selection { background: #000000; color: #ffffff;}
.row {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	*zoom: 1;
	flex-basis: auto;
	flex-shrink: 0;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap; 
}
.row:before,
.row:after { content: ""; display: table; }
.row:after { clear: both; }
.row.full { max-width: 100% !important; padding: 0;}
.col, 
.mcol, 
.scol {
	position: relative;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	*zoom: 1;
	flex-basis: auto;
	flex-shrink: 0;
	flex-wrap: wrap;
}
.inner { width: 100%; display: block;}
.one	{ width: 8.3333%;} /* 1/12 of container */
.two	{ width: 16.6667%;} /* 1/6 of container */
.three	{ width: 25%;} /* 1/4 of container */
.four	{ width: 33.3333%;} /* 1/3 of container */
.five	{ width: 41.6667%;} /* 5/12 of container */
.six	{ width: 49.96%;} /* 1/2 of container */
.seven	{ width: 58.3333%;} /* 7/12 of container */
.eight	{ width: 66.59%;} /* 2/3 of container */
.nine	{ width: 75%;} /* 3/4 of container */
.ten	{ width: 83.3333%;} /* 5/6 of container */
.eleven	{ width: 91.6667%;} /* 11/12 of container */
.twelve	{ width: 100%;} /* Full Width */
img { max-width: 100%; height: auto;}

.no-flexbox .col, .no-flexbox .mcol, .no-flexbox .scol, .no-flexbox .row { display: block;}
.no-flexbox .col, .no-flexbox .mcol, .no-flexbox .scol { float: left;}

/* ========================================== 

    Header 

========================================== */

header#site-header {
  min-height: 120px;
  background-color: #ffffff;
  padding-top: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
header#site-header > .row { justify-content: flex-start;}
#logo {
  margin-top: 32px;
  transition: all .5s;
  display: inline-block;
  width: auto;
}
#header-dummy {
  width: 100%;
  position: relative;
  z-index: 1000;
  min-height: 120px;
}

/* ------------------------------------------ 

    Sticky 

------------------------------------------ */

header#site-header.sticky {
  min-height: 100px;
  transition: all .5s;
}
header#site-header.sticky #logo { margin-top: 18px;}

header#site-header.sticky #logo img { width: 320px;}

header#site-header.sticky nav#main-nav { top: 31px;}
header#site-header.sticky .flyout-menu { top: 60px;}
header#site-header.sticky #search-box {
  padding-top: 20px;
  height: 100px;
}
header#site-header.sticky #s { height: 60px;}
header#site-header.sticky #search-close {
  font-size: 35px;
  font-size: 3.5rem;
  top: 12px;
  right: 17px;
}
header#site-header.sticky #searchsubmit {
  right: 50px;
  font-size: 35px;
  font-size: 3.5rem;
  height: 60px;
}

/* ------------------------------------------ 

    Navigation - Main Nav

------------------------------------------ */

nav#main-nav {
  right: 0;
  top: 59px;
  position: absolute;
  transition: all .5s;
}
nav#main-nav ul li { float: left;}
nav#main-nav ul li.has-flyout { position: relative;}
nav#main-nav > ul > li > a {
  color: #2a3844;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 15px;
  transition: all .5s;
  display: block;
  margin-bottom: 29px;
}
nav#main-nav ul li:hover a { color: #007a5f;}

/* ------------------------------------------ 

    Mobile Nav 

------------------------------------------ */

#mobile-nav-trigger {
  display: none;
  position: absolute;
  cursor: pointer;
  padding: 0 2px;
  right: 20px;
  top: 65px;
  width: 35px;
  height: 25px;
}
#mobile-nav-trigger #hamburger-top,
#mobile-nav-trigger #hamburger-mid,
#mobile-nav-trigger #hamburger-btm {
  height: 3px;
  background-color: #336699;
  width: 30px;
  display: block;
  position: absolute;
  left: 0;
  transition: all .3s;
}
#mobile-nav-trigger #hamburger-top { top: 0;}
#mobile-nav-trigger #hamburger-mid { top: 8px;}
#mobile-nav-trigger #hamburger-btm { top: 16px;}
#mobile-nav-trigger.triggered #hamburger-top,
#mobile-nav-trigger.triggered #hamburger-mid,
#mobile-nav-trigger.triggered #hamburger-btm {
  background-color: #007a5f;
}
html.csstransforms #mobile-nav-trigger.triggered #hamburger-top {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 8px;
}
html.csstransforms #mobile-nav-trigger.triggered #hamburger-btm {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  top: 8px;
}
html.csstransforms #mobile-nav-trigger.triggered #hamburger-mid { opacity: 0;}
#mobile-nav {
  width: 100%;
  display: none;
}
#mobile-nav > nav {
  display: none;
  width: 100%;
  position: relative;
  background: #007a5f;
  color: #fff;
  z-index: 500;
  padding-top: 10px;
}
#mobile-nav > nav a { color: #fff; display: block;}
#mobile-nav > nav .sub-menu {
  display: none;
  overflow: hidden!important;
}
li.mnav-trigger > a::after {
  font-family: "mwcpa-icons";
  font-style: normal;
  font-weight: normal;
  speak: none; 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  content: '\58';
  position: relative;
  float: right;
  font-size: 25px;
  font-size: 2.5rem;
  transform: rotate(45deg);
  transition: all .5s;
}
li.mnav-trigger.open > a::after { transform: rotate(90deg);}
#mobile-nav > nav > ul > li {
  text-align: left;
  border-bottom: 1px solid #005542;
}
#mobile-nav > nav > ul > li > ul {background-color: #336699;}
#mobile-nav > nav > ul > li > ul > li { border-bottom: 1px solid #273941;}
#mobile-nav > nav > ul > li > a,
#mobile-nav > nav > ul > li > ul > li > a,
#mobile-nav > nav > ul > li > ul > li > ul > li > a {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  padding: 20px 30px 20px 20px;
  text-transform: uppercase;
  font-family: 'Lato', Helvetica, Ariel, sans-serif;
  font-weight: 400;
}
#mobile-nav > nav > ul > li > ul > li > a {
  text-transform: none;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px 30px 20px 35px;
}
#mobile-nav > nav > ul > li > ul > li > ul {background-color: #273941;}
#mobile-nav > nav > ul > li > ul > li > ul > li { border-bottom: 1px solid #172126;}
#mobile-nav > nav > ul > li > ul > li > ul > li > a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 30px 15px 50px;
  text-transform: none;
}

/* ------------------------------------------ 

    Search 

------------------------------------------ */

#search-trigger {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  padding-left: 10px;
  cursor: pointer;
  color: #2a3844;
  transition: color .5s;
}
#search-trigger:hover { color: #007a5f;}
#search-trigger .icon-search {
  display: inline-block;
  position: relative;
  top: -1px;
}
#searchsubmit {
  color: #007a5f;
  position: absolute;
  top: 0px;
  right: 70px;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  font-family: 'mwcpa-icons';
  font-size: 45px;
  font-size: 4.5rem;
  outline: none;
  cursor: pointer;
  height: 85px;
  width: 60px;
  transition: top .3s;
}
#search-box {
  display: none;
  position: absolute;
  width: 100% !important;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #007a5f;
  padding-top: 30px;
  height: 145px;
}
#search-box label,
.screen-reader-text { display: none; visibility: hidden;}
#search-close {
  color: #007a5f;
  font-size: 30px;
  font-size: 4.5rem;
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
}
#s {
  font-size: 40px;
  font-size: 4rem;
  background: #08493b;
  border: none;
  padding: 0 130px 0 30px;
  outline: none;
  color: #007a5f;
  width: 100%;
  height: 85px;
  transition: height .5s;
}
#s::-webkit-input-placeholder { color: #007a5f;}
#s::-moz-placeholder { color: #007a5f;}
#s:-ms-input-placeholder { color: #007a5f;}
#s:-moz-placeholder { color: #007a5f;}

/* ------------------------------------------ 

    Flyout menu 

------------------------------------------ */

.flyout-menu {
  display: none;
  background-color: #336699;
  padding: 40px;
  position: absolute;
  width: 700px;
  top: 51px;
  left: 50%;
  margin-left: -350px;
  color: #ffffff;
  box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}
.flyout-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent #336699 transparent;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -10px;
}
.flyout-menu h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
nav#main-nav ul li .flyout-menu ul li {
  float: none;
  margin-bottom: 20px;
}
nav#main-nav ul li .flyout-menu ul li a { color: #ffffff!important;}
nav#main-nav ul li .flyout-menu ul li:hover a { color: #18b18f!important;}
.flyout-menu ul.listCol1,
.flyout-menu ul.listCol2 {
  width: 49.96%;
  float: left;
}
.flyout-menu ul.listCol1 li:last-child { margin-bottom: 0!important;}

/* ------------------------------------------ 

    Navigation - Social Nav 

------------------------------------------ */

nav#social-nav {
  right: 0;
  top: 0px;
  position: absolute;
  transition: all .5s;
}
nav#social-nav ul li {
  float: left;
  margin-left: 5px;
}
nav#social-nav ul li.jump a {
  background-color: #007a5f;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 7px 12px 5px;
  border-top: 1px solid #cce4df;
  border-right: 1px solid #3f9b86;
  border-bottom: 1px solid #33957f;
  border-left: 1px solid #bfded7;
  position: relative;
  display: block;
  transition: background-color .5s;
  cursor: pointer;
  top: 2px;
}
nav#social-nav ul li.icon { position: relative;}
nav#social-nav ul li.icon a {
  color: #007a5f;
  background: transparent;
  padding: 0;
  font-size: 32px;  
  font-size: 3.2rem;
  position: relative;
  top: -1px;
  display: block;
  transition: color .5s;
  cursor: pointer;
}
nav#social-nav ul li.jump:hover a { background-color: #336699;}
nav#social-nav ul li.icon:hover a { color: #336699;}
#site-header.sticky nav#social-nav {
  display: none;
  opacity: 0;
}

/* ========================================== 

    Home: Feature 

========================================== */

#home-feature {
  background-position: 0 100%;
  background-color: #1a5658;
}

#home-feature,
#home-slider {
  max-height: 500px;
  height: 500px;
}

#home-slider {
  background-image: url(images/mw-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all .5s;
}

#home-feature {overflow: hidden; width: 100%}
#home-slider {max-width: 1280px; width: 1280px; margin: 0 auto}
#home-slider .slides li { transition: .5s opacity;}
#home-slider .slides li.slide-active { opacity: 1;}
#home-slider .slides li img {
  max-width: 100%;
  height: auto;
}

/* ========================================== 

    Main 

========================================== */

#main { background-color: #e8e8e8;}

/* ------------------------------------------ 

    Home: CTAs Panel 

------------------------------------------ */

#home-ctas {
  background-color: #336699;
  padding: 60px 0 30px; 
}
#round-ctas,
#resource-ctas {
  background-color: #e8e8e8;
  padding: 60px 0 30px; 
}
#resource-ctas { padding-top: 0;}

#resource-ctas > .row {
  justify-content: center;
}
.cta {
  width: 33.3%;
  text-align: center;
  color: #ffffff;
  padding: 0 50px;
}
#round-ctas .cta,
#resource-ctas .cta {
  color: #336699;
}
#resource-ctas .cta {
  width: 24.98%;
}

.cta .icon {
  font-size: 140px;
  font-size: 14rem;
}
.cta h1 {
  text-transform: uppercase;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 200;
  margin-bottom: 35px;
}
#resource-ctas .cta h1 {
  margin-bottom: 5px;
}

.cta p {
  line-height: 26px;
  line-height: 2.6rem;
}
.cta a { display: block;}
#resource-ctas .cta p {
  line-height: 22px;
  line-height: 2.2rem;
  font-size: 12px;
  font-size: 1.2rem;
}
#resource-ctas .cta {
  margin-bottom: 30px;
}

.cta-link:hover h1,
.cta-link:hover .icon,
.cta p a { color: #29c7a4;}

#round-ctas .cta-link:hover h1,
#round-ctas .cta-link:hover .icon,
#round-ctas .cta p a,
#resource-ctas .cta-link:hover h1,
#resource-ctas .cta-link:hover .icon,
#resource-ctas .cta:hover p  {
  color: #00a17d;
}
.cta p a:hover { text-decoration: underline;}
#round-ctas { padding-bottom: 90px;}
#round-ctas .cta-link {
  display: block;
  background-position: 50% 50%;
  background-size: 100%;
  border-radius: 100%;
  overflow: hidden;
  background-color: #336699;
  cursor: pointer;
}
#round-ctas .cta-link img {
  opacity: .7;
  transition: opacity .5s;
}
#round-ctas .cta-link:hover img { opacity: .2;}


#round-ctas .cta-link h1 {
  z-index: 3000;
  position: absolute;
  top: 43%;
  left: 0;
  width: 60%;
  margin: 0 20%;
  font-weight: 400;
  color: #ffffff;
}
#round-ctas .cta-link:hover h1 { color: #ffffff;}

#round-ctas > .row > .inner h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 200;
  color: #336699;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

#careers #round-ctas,
#careers #round-ctas .cta-link { background-color: #007a5f;}

/* ------------------------------------------ 

    Home: Inbound 

------------------------------------------ */

#home-inbound,
#inbound-slider {
  background-color: #000000;
  height: 700px;
}
#home-inbound #inbound-slider ul.slides li {
  height: 700px;
  width: 100%;
  background-position: 0 100%;
  background-attachment: fixed;
}
.inbound-content {
  padding: 40px 60px;
  color: #ffffff;
  position: absolute;
}
.inbound-content h1 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: 300;
}
.inbound-content p {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 4rem;
}
#inbound-slider .slides { width: 100%;}

/* ------------------------------------------ 

    Content 

------------------------------------------ */

#main #content {
  background-color: #e8e8e8;
}
#main #content .content-top {
  padding-top: 75px;
  padding-bottom: 75px;
}
body.post-type-archive-mwcpa_team #main #content .content-top {
  padding-top: 75px;
  padding-bottom: 50px;
}

#main #content .content-top > .inner {
  width: 80%;
  margin: 0 10%;
  text-align: center;
}
.post-type-archive-mwcpa_team #main #content .content-top > .inner { text-align: left;}

#main #content .content-top.wide > .inner { width: 100%; margin: 0;}
#main #content .content-top.no-pad { padding-bottom: 10px;}
#main #content .content-top > .inner h1 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 200;
  color: #007a5f;
}

#main #content .content-top > .inner hr {
  border-top: 1px solid #e0e0e0;
  margin: 25px 0;
}
#main #content .content-top > .inner p {
  color: #222222;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 20px;
}

.content-top .main-content {
  padding-right: 50px;
}


/* ========================================== 

    Flexible Rows 

========================================== */

/* ------------------------------------------ 

    Content Split Module

------------------------------------------ */

.content-split {
  min-height: 500px;
  overflow: hidden;
}
.csplit-front {
  position: relative;
  z-index: 10;
  min-height: 500px;
}
.csplit-content { color: #ffffff;}
.content-split.c-left .csplit-content { padding: 50px 50px 50px 0;}
.content-split.c-right .csplit-content { padding: 50px 0 50px 50px;}
.csplit-content h1 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.csplit-content p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 20px;
}
.content-split.c-left .csplit-photo-label span,
.content-split.c-right .csplit-photo-label span,
.content-split.c-left .csplit-photo-label div.profile,
.content-split.c-right .csplit-photo-label div.profile {
  display: block;
  padding: 10px 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
}
.content-split.c-left .csplit-photo-label div.profile,
.content-split.c-right .csplit-photo-label div.profile {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  background-color: rgba(0,0,0,.8);
}
.content-split.c-left .csplit-photo-label div.profile strong,
.content-split.c-right .csplit-photo-label div.profile strong {
  font-size: 20px;
  font-size: 2rem;
}
.content-split.c-right .csplit-photo-label div.profile { text-align: right;}
.content-split.c-right .csplit-photo-label div.profile > a p {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 15px;
}
.content-split.c-right .csplit-photo-label div.profile > a .icon-play {
  float: right;
  font-size: 35px;
  font-size: 3.5rem;
}
.content-split.c-left .csplit-photo-label span,
.content-split.c-left .csplit-photo-label div.profile { left: 0;}
.content-split.c-right .csplit-photo-label span,
.content-split.c-right .csplit-photo-label div.profile { right: 0;}
.csplit-back {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 500px;
}
.csplit-back .csplit-color,
.csplit-back .csplit-image {
  width: 49.96%;
  height: 100%;
}
.csplit-back .csplit-image {
  background-size: cover;
  background-position: 50% 0;
}

.csplit-back.green,
.csplit-back .csplit-color.green,
.csplit-photo-label span.green { background-color: #00a17d;}

.csplit-back.blue,
.csplit-back .csplit-color.blue,
.csplit-photo-label span.blue { background-color: #336699;}

/* ------------------------------------------ 

    List Split Panel (Industry Template) 

------------------------------------------ */

.list-split.row.full {
  background-color: #d0d0d0;
  padding: 65px 0 50px;
  text-align: center;
  color: #222222;
  font-size: 15px;
  font-size: 1.5rem;
}
.list-split h1 {
  font-size: 30px;
  font-size: 3rem;
  color: #007a5f;
  text-transform: uppercase;
  font-weight: normal;
  max-width: 75%;
  margin: 0 auto 10px;
}
.list-split hr {
  border-top: 1px solid #b0b0b0;
  margin: 40px auto;
  max-width: 80%;
}
p.split-closer {
  line-height: 28px;
  line-height: 2.8rem;
}
.list-split ul {
  padding: 0 20px;
  text-align: left;
  float: left;
  list-style: disc;
}
.list-2col ul { width: 49.96%;}
.list-3col ul { width: 33.3%;}
.list-4col ul { width: 25%;}
.list-split ul li { margin-bottom: 20px;}

/* ------------------------------------------ 

    Column Content 

------------------------------------------ */

.column-content.row.full.pad-top { padding-top: 75px;}
.column-content.row.full.pad-btm { padding-bottom: 60px;}

.column-content .flex-title {
  max-width: 80%;
  margin: 0 10% 35px;
}
.column-content .flex-title h2  {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 400;
  color: #007a5f;
  text-align: center;
  padding-bottom: 10px;
}

.column-content .six { width: 47.96%;}
.column-content .four { width: 31%;}
.column-content .three { width: 22%;}
.column-content .six.margin,
.column-content .three.margin {
  margin-right: 4%;
}
.column-content .four.margin {
  margin-left: 3.5%;
  margin-right: 3.5%;
}
.column-content.green { background-color: #007a5f;}
.column-content.green hr { border-top: 2px solid #00664f;}
.column-content.blue { background-color: #336699;}
.column-content.grey { background-color: #d0d0d0;}
.column-content.green,
.column-content.blue,
.column-content.green .flex-title h2,
.column-content.blue .flex-title h2,
.column-content.green .post-content p,
.column-content.blue .post-content p,
.column-content.blue .post-content p strong,
.column-content.green .post-content p strong {
  color: #ffffff;
}
img.aligncenter {
  margin: 0 auto 30px;
  display: block;
}
.column-content p a {
  font-weight: 600;
}
.column-content.white p a { color: #007a5f;}

#learn-the-trade.standard-content { background-color: #d0d0d0;}
#learn-the-trade-list.list-split { padding-top: 0;}


.column-content .icon {
  font-size: 120px;
  font-size: 12rem;
}
.column-content .row.contact-icon a {
  text-align: center;
}


/* ------------------------------------------ 

    Affiliates Panel 

------------------------------------------ */

.affiliates-panel.row.full { padding-top: 80px;}
.affiliates-panel.row.full.dark { background-color: #336699;}
.affiliates-panel.row.full.dark {
  background-color: #336699;
  padding-bottom: 80px;
}
.affiliates-panel.row.full.light { background-color: #e8e8e8;}
.affiliates-panel.row.full > .row { justify-content: center;}
.affiliates-panel.row.full a {
  width: 21.5%;
  margin: 0 1.49% 10px;
}
#careers-affiliates.affiliates-panel.row.full a {
  width: 26%;
  margin: 0 11.98% 10px;
}
#recruitment-logos.affiliates-panel.row.full a { width: 22%;}

/* ------------------------------------------ 

    Video Panel 

------------------------------------------ */

.video-panel.row.full {
  background-color: #000000;
  height: 650px;
  cursor: pointer;
}
.video-panel.row.full > .row { z-index: 10;}
.video-panel .background-img {
  width: 100%;
  height: 650px;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .5;
  transition: opacity .5s;
}
.video-panel:hover .background-img { opacity: .2;}
.video-panel .vlink {
  color: #ffffff;
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 200px;
}
.video-panel .icon-play {
  font-size: 140px;
  font-size: 14rem;
}
.video-panel .vlink h1 {
  font-size: 35px;
  font-size: 3.5rem;
}

/* ------------------------------------------ 

    Standard Content 

------------------------------------------ */

.standard-content.row.full.pad-top { padding-top: 60px;}
.standard-content.row.full.pad-btm { padding-bottom: 75px;}

/* ------------------------------------------ 

    Flex Slideshow 

------------------------------------------ */

.flexslideshow.row.full {
  justify-content: center;
  padding-bottom: 60px;
}
.flexslideshow .slides { width: 100%;}

.flexslideshow .slides .post-img { text-align: center;}

/* ------------------------------------------ 

    Form Panel 

------------------------------------------ */

.form-panel .gform_wrapper {
  width: 80%;
  padding: 50px 0 70px;
}

.form-panel .gform_wrapper .gform_footer {
  text-align: center;
}

.form-panel .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-panel .gform_wrapper textarea {
  padding: 15px 4px 15px 10px;
  border: 1px solid #bbbbbb;
}

.form-panel.white .gfield_label { color: #bbbbbb;}
.form-panel.blue,
.form-panel.green { color: #ffffff;}


.form-panel.blue { background-color: #336699;}

.form-panel .gform_wrapper h3.gform_title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  color: #007a5f;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.form-panel.green { background-color: #007a5f;}

.form-panel.green h3.gform_title,
.form-panel.blue h3.gform_title {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.form-panel.green .gfield_label,
.form-panel.blue .gfield_label {
  color: #ffffff;
}

/* ------------------------------------------ 

    Gallery Panel 

------------------------------------------ */

.flex-gallery {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}

.flex-gallery .slides img { border: 1px solid #cccccc;}

.flex-gallery .flex-direction-nav a,
.flexslideshow .flex-direction-nav a {
  color: #999999;
  opacity: 1;
  text-shadow: none;
  font-size: 70px;
  font-size: 7rem;
  width: 70px;
  height: 70px;
  top: 37%;
}
.flex-gallery .flex-direction-nav .flex-prev { margin-left: -600px;}
.flex-gallery .flex-direction-nav .flex-next { margin-right: -600px;}

.flex-gallery .caption {
  margin-top: 20px;
  background-color: rgba(0,0,0,.7);
  color: #ffffff;
  padding: 20px 30px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.flex-gallery .flex-image-wrap {
  display: inline-block;
  position: relative;
}


.flex-gallery .flex-control-nav,
.flexslideshow .flex-control-nav {
  display: none;
  margin-top: 30px;
}

.column-content .post-content iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}

/* ========================================== 

    Testimonials 

========================================== */

#page-testimonial {
  background-color: #336699;
  padding: 40px 0 40px;
  color: #ffffff;
}

#page-testimonial .testimonial {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

#page-testimonial .testimonial .author {
  float: right;
  display: inline-block;
}
#page-testimonial h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #285887;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#page-testimonial p {
  margin-bottom: 20px;
}
#page-testimonial .icon {
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
}

/* ------------------------------------------ 

    Testimonials Archive 

------------------------------------------ */

#testimonials-archive,
#video-archive {
  padding-top: 80px;
  padding-bottom: 100px;
  justify-content: flex-start;
}
#testimonials-archive .testimonial,
.full-testimonial,
#video-archive .video {
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #bbbbbb;
  padding: 40px;
  margin-bottom: 40px;
  background: #ffffff;
  width: 31.3333%;
  position: relative;
}
#video-archive .video {
  width: 48%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 330px;
}
#video-archive .video:nth-child(odd) {
  margin-right: 4%;
}
#testimonials-archive .testimonial:nth-child(3n+2) {
  margin-left: 3%;
  margin-right: 3%;
}

#testimonials-archive .testimonial .author,
.full-testimonial .author {
  float: right;
  text-align: right;
  margin-top: 10px;
  color: #bbbbbb;
}

.full-testimonial {
  display: none;
  padding: 40px;
  background-color: #ffffff;
  max-width: 700px;
  width: 100%!important;
  border: none;
  margin-bottom: 0;
}
#testimonials-archive .testimonial .hover,
#video-archive .video .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0,74,135,.8);
  padding: 80px 40px 40px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #ffffff;
  opacity: 0;
  transition: all .5s;
}


#video-archive .video .video-content {
  background-color: rgba(0,0,0,.6);
  padding: 20px;
  color: #ffffff;
  text-align: center;
}

#video-archive .video .hover { background-color: rgba(0,0,0,.8);}
#testimonials-archive .testimonial.letterlink .hover {background-color: rgba(0,122,95,.8);}
#testimonials-archive .testimonial.vlink .hover {background-color: rgba(222,175,31,.8);}

#video-archive .video .hover .icon,
#testimonials-archive .testimonial .hover .icon { font-size: 120px; font-size: 12rem;}
#video-archive .video:hover .hover,
#testimonials-archive .testimonial:hover .hover { z-index: 10; opacity: 1;}

#testimonials-archive .testimonial.testlink { background-color: #cad7e2;}
#testimonials-archive .testimonial.letterlink { background-color: #dbebe8;}
#testimonials-archive .testimonial.vlink { background-color: #eae9d3;}

#testimonials-archive .testimonial.testlink .author,
#testimonials-archive .testimonial.letterlink .author,
#testimonials-archive .testimonial.vlink .author { color: #777777;}

/* ========================================== 

    Page Banner 

========================================== */

#page-banner {
  padding: 80px 0 70px;
  overflow: hidden;
  background-image: url(images/cityscale-header.jpg);
  background-attachment: fixed;
  background-position: 50% -200px;
  background-size: cover;
}
#page-banner .row .inner {
  width: 75%;
  margin: 0 12.5%;
  text-align: center;
}

#page-banner .ssba-wrap {
  display: inline-block;
}

#page-banner .row .inner hr {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}
#page-banner h1 {
  color: #ffffff;
  font-size: 45px;
  font-size: 4.5rem;
  text-align: center;
  font-weight: 500;
}
#page-banner p {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 30px;
  line-height: 3rem;
  display: block;
  margin-bottom: 20px;
}

#page-banner p span { text-transform: capitalize;}

/* ========================================== 

    Team Section 

========================================== */

#team-section {
  padding: 70px 0 80px;
  background-color: #e8e8e8;
  justify-content: flex-start;
}
.team-member {
  display: block;
  width: 19.98%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0;
}
.team-member-photo {
  width: 100%;
  border-radius: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  background-color: #336699;
  display: table;
}
.team-member-photo::before {
  content: "View Bio";
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 90;
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  transition: opacity .5s;
}
.team-member-photo:hover::before { opacity: 1;}
.team-member .team-member-photo img {
  opacity: 1;
  border-radius: 100%;
  z-index: 50;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .5s;
}
.team-member:hover .team-member-photo img { opacity: .25;}
.team-member p { color: #444444; text-transform: capitalize;}
.team-member p strong { color: #222222;}

/* ========================================== 

    Team Filters 

========================================== */

#team-filters { justify-content: space-between;}
#team-filters button { display: none!important;}
#team-filters select {
  color: #777777;
  background: transparent;
  width: 100%;
  line-height: 70px;
  font-size: 20px;
  font-size: 2rem;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0 20px;
  position: relative;
  display: block;
  z-index: 10;
  outline: none;
}
#team-filters .select-wrap {
  position: relative;
  display: block;
  background-color: #d9d9d9;
  width: 48%;
}
#team-filters .select-wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #828282 transparent transparent transparent;
  position: absolute;
  right: 22px;
  top: 30px;
  z-index: 5;
}
#team-filters .select-wrap:first-of-type { margin-right: 4%;}


/* ========================================== 

    Bio Info 

========================================== */

#bio-info {
  padding-top: 65px;
  padding-bottom: 55px;
  color: #333333;
}
.mobile-img {
  display: none;
  margin-bottom: 20px;
}
#bio-info strong {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}
#bio-info ul {
  margin-left: 17px;
  margin-bottom: 40px;
  font-size: 15px;
  font-size: 1.5rem;
}
#bio-info ul li ul { margin-top: 15px;}
#bio-info ul li { margin-bottom: 15px;}
#bio-info .bio-left { padding-right: 20px;}
#bio-info .bio-right { padding-left: 20px;}

.vcard { font-weight: 600;}
.vcard .icon-vcard {
  display: inline-block;
  font-size: 35px;
  font-size: 3.5rem;
  margin-right: 5px;
  position: relative;
  top: 6px;
}


/* ========================================== 

    Industry Teams 

========================================== */

#industry-team {
  background-color: #336699;
  padding: 65px 0;
  justify-content: flex-start;
  text-align: center;
}

#industry-team.recruiters {
  background-color: #e8e8e8;
  padding: 90px 0;
  justify-content: center;
}
#industry-team.recruiters h1 {
  color: #336699;
  margin-bottom: 70px;
}
#industry-team.recruiters .team-member p,
#industry-team.recruiters .team-member p strong { color: #222222;}

#industry-team .row { justify-content: center;}
#industry-team .team-member p,
#industry-team .team-member p strong { color: #ffffff;}
#industry-team h1 {
  font-size: 40px;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: normal;
}
#industry-team hr {
  border-top: 2px solid #ffffff;
  margin: 40px auto;
  width: 70%;
}

.pop-bio {
  display: none;
}

.pop-bio img {
  float: left;
  margin-right: 35px;
}
.pop-bio .pop-bio-content {
  padding: 30px 60px 30px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

.fancybox-wrap.bio-pop .fancybox-skin {
  padding: 0!important;
}

/* ========================================== 

    Who We Serve 

========================================== */
/* ------------------------------------------ 

    Industry Display 

------------------------------------------ */

#industry-display {
  background-color: #336699;
  padding: 60px 0 40px;
}
#industry-display > .row { justify-content: center;}


#industry-display h1 {
  font-size: 40px;
  font-size: 4rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
#industry-display .industry {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 30px;
  width: 16.6667%;
  cursor: pointer;
}

#industry-display .industry-icon {
  font-size: 160px;
  font-size: 16rem;
  color: #ffffff; 
  transition: all .3s; 
}
#industry-display hr { margin-bottom: 50px;}
#industry-display .industry strong {
  color: #ffffff;
  max-width: 160px;
  display: block;
  margin: -15px auto 0;
  font-size: 20px;
  transition: all .3s;
}

#industry-display .industry:hover strong,
#industry-display .industry.current strong,
#industry-display .industry:hover .industry-icon,
#industry-display .industry.current .industry-icon {
  color: #18b18f;
}

/* ========================================== 

    Sidebar 

========================================== */

#sidebar .sidebar-content {
  background-color: #007a5f;
  padding: 30px;
  color: #ffffff;
}
.sidebar-content h3 {
  color: #ffffff;
  font-size: 40px;
  font-size: 4rem;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: normal;
}
.sidebar-content h4 {
  color: #ffffff;
  font-size: 35px;
  font-size: 3.5rem;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: normal;
}

.sidebar-content ul { list-style: none;}
.sidebar-content ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.sidebar-content ul li.current a { font-weight: bold;}
#sidebar .btn { width: 100%;}

/* ------------------------------------------ 

    Sidebar Rotator 

------------------------------------------ */

#who-we-serve #sidebar {
  padding-bottom: 80px;
}

.sidebar-rotator {
  opacity: 0;
  border: 1px solid #cccccc;
}

/* ------------------------------------------ 

    Sidebar Video 

------------------------------------------ */

#sidebar .video-embed {
  width: 100%;
  height: 450px;
  border: 1px solid #cccccc;
}

/* ========================================== 

    Tools 

========================================== */

#financial-tools {
  padding: 70px 0 80px;
  background-color: #e8e8e8;
  justify-content: flex-start;
}

/* ------------------------------------------ 

    Accordion List 

------------------------------------------ */

#financial-tools .accordion-list { opacity: 0;}
.accordion-list,
.accordion-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion-content > ul {
  margin-left: 17px;
  list-style: disc;
}
.accordion-list li.accordion-item { margin-bottom: 20px !important;}
.accordion-list li.accordion-item .accordion-content {
  display: none;
  background: #f5f5f5;
  padding: 20px 30px;
  margin: 0 !important;
}
.accordion-list li.accordion-item ul li {
  margin-bottom: 20px;
  list-style: none;
}
.accordion-list li.accordion-item ul li:last-of-type {
  margin-bottom: 0!important;
}

.accordion-list li.accordion-item ul li p {
  font-size: 13px;
}

.accordion-list li.accordion-item ul li a {
  color: #00a17d;
  font-weight: bold;
  display: block;
}

.accordion-list li.accordion-item h2 {
  cursor: pointer;
  padding: 10px;
  background: #00a17d;
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
.accordion-list li.accordion-item h2::after {
  content: '\58';
  font-family: 'mwcpa-icons';
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  right: 15px;
  top: 13px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.accordion-list li.accordion-item h2.open::after {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-list.listCol1,
.accordion-list.listCol2 {
    width: 49%;
    float: left;
}
.accordion-list.listCol1 { margin: 0 2% 0 0;}

/* ------------------------------------------ 

    Service Accordion 

------------------------------------------ */

#service-accordion.accordion-list li.accordion-item h2 {
  padding: 15px 30px 15px 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}
#service-accordion.accordion-list li.accordion-item h2::after {
    font-size: 30px;
    font-size: 3rem;
    right: 16px;
    top: 12px;
}
#service-accordion.accordion-list li.accordion-item ul li p { font-size: 16px;}
#service-accordion.accordion-list li.accordion-item ul li .post-content li {
  margin-bottom: 7px;
  list-style: disc;
  line-height: 26px;
  line-height: 2.6rem;
}


/* ========================================== 

    Newsletter Archive 

========================================== */


#newsletter-archive .quarterly-newsletter {
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
#newsletter-archive .quarterly-newsletter ul { margin-left: 20px;}
#newsletter-archive .quarterly-newsletter a {
  margin-bottom: 12px;
  display: inline-block;
}
#newsletter-archive .quarterly-newsletter a:hover { color: #00a17d;}

#newsletter-archive .quarterly-newsletter h2 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #00a17d;
}

/* ------------------------------------------ 

    Newsletter Sidebar 

------------------------------------------ */

#sidebar .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
#sidebar .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
#sidebar .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: -4px;
}
#sidebar .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#sidebar .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-bottom: 0;
}
body #sidebar .gform_wrapper ul li.gfield { margin-top: 10px;}

#sidebar .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
.gform_wrapper .validation_message,
.gform_wrapper div.validation_error {
  display: none!important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    margin-bottom: 0!important;
    border-top: none!important;
    border-bottom: none!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
    box-sizing: border-box;
}
#sidebar .gform_wrapper .gfield_error .gfield_label,
#sidebar .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
#sidebar .gform_wrapper li.gfield_error ul.gfield_checkbox,
#sidebar .gform_wrapper li.gfield_error ul.gfield_radio,
#sidebar .gform_wrapper .gfield_required {
    color: #044032;
}

#sidebar .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#sidebar .gform_wrapper li.gfield_error textarea {
    border: 1px solid #044032;
    background-color: #b9f3e6;
}

/* ========================================== 

    Blog Post 

========================================== */

#blog-feed .blog-post {
  width: 48.5%;
  margin-bottom: 50px;
  cursor: pointer;
}
#blog-feed .blog-post:nth-child(odd) { margin-right: 3%;}
#blog-feed .blog-post img {
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity .5s;
}
#blog-feed .blog-post:hover img {
  opacity: .6;
}

.blog-post h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#blog-feed .blog-post p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}

#search-feed.col { justify-content: flex-start;}

#search-feed .blog-post {
  width: 30%;
  margin-bottom: 50px;
  border: 1px solid #cccccc;
  padding: 40px 40px 20px;
  background: #ffffff;
  position: relative;
  top: 0;
  box-shadow: 0px 2px 10px rgba(0,0,0,0);
  transition: all .5s;
}
#search-feed .blog-post:hover {
  top: -15px;
  box-shadow: 0px 15px 15px rgba(0,0,0,.3);
}

#search-feed .blog-post:nth-child(3n+2) { margin: 0 3% 50px;}

#search-feed .icon { display: inline-block;}

#about.page-id-8 #main #content .content-top { display: none!important;}


/* ------------------------------------------ 

    Blog Sidebar 

------------------------------------------ */

.blog-sidebar { padding-left: 50px;}
#sidebar.blog-sidebar .sidebar-content { background-color: #f0f0f0;}
.blog-sidebar .sidebar-content ul li a {
  display: block;
  color: #bbbbbb;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .5s;
}
.blog-sidebar .sidebar-content ul li a:hover,
.blog-sidebar .sidebar-content ul li.current-cat a {
  color: #777777;
}
.blog-sidebar .sidebar-content h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  color: #007a5f;
}
.blog-sidebar .sidebar-content .section-categories {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #bbbbbb;
}

/* ========================================== 

    Pagination 

========================================== */

#pagination {
  width: 100%;
  border-top: 1px solid #cccccc;
  padding: 20px 0 0;
  margin-top: 30px;
  text-align: center;
}

#pagination .wp-paginate a {
  background: #ffffff;
  border: 1px solid #ccc;
  color: #666; 
  margin-right: 6px; 
  padding: 10px 15px; 
  text-align: center; 
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
}

#pagination .wp-paginate .title {
  color: #555;
  margin-right: 6px;
}
#pagination .wp-paginate .gap {
  color: #999;
  margin-right: 6px;
}
#pagination .wp-paginate .current,
#pagination .wp-paginate a:hover,
#pagination .wp-paginate a:active {
  color: #fff;
  background: #00a17d;
  border: 1px solid #008567;
  margin-right: 6px;
  padding: 10px 15px;
  font-size: 20px;
  font-size: 2rem;
}

#pagination .wp-paginate a.prev,
#pagination .wp-paginate a.next {
  border: none;
}

#pagination .wp-paginate a.prev:hover,
#pagination .wp-paginate a.next:hover,
#pagination .wp-paginate a.prev:active,
#pagination .wp-paginate a.next:active {
  background: #ffffff;
  color: #007a5f;
}

/* ========================================== 

    Site Footer 

========================================== */

/* ------------------------------------------ 

    Schedule Consult 

------------------------------------------ */

#schedule-consult {
  background: #00a17d;
  padding: 25px 0 35px;
}
#schedule-consult h1 {
  color: #ffffff;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  padding-top: 36px;
}

/* ------------------------------------------ 

    Footer Btm 

------------------------------------------ */  

#footer-btm {
  background-image: url(images/site-footer.jpg);
  background-position: 50% 0;
  background-size: cover;
  padding: 76px 0;
  box-shadow: inset 0px 80px 110px rgba(0,0,0,.5);
  color: #ffffff;
  text-align: center;
}
#footer-btm p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
#footer-btm p strong {
  text-transform: uppercase;
  color: #00C79C;
  font-weight: 500;
  margin-right: 10px;
}
#footer-btm hr {
  border-top: 2px solid #424549;
  margin: 25px 0;
}
.text-spacer {
  margin: 0 30px;
  display: inline-block;
}
.copyright { float: left;}
#footer-links { float: right;}
#footer-links ul li {
  display: inline-block;
  border-right: 1px solid #ffffff;
  padding: 0 20px;
}
#footer-links ul li:last-of-type {
  padding-right: 0;
  border-right: none;
}
#footer-links ul li a,
.copyright {
  font-size: 14px;
  font-size: 1.4rem;
}
.associated-logos {
  padding-top: 20px;
}
.associated-logos a {
  display: block;
  width: 15%;
}
.associated-logos a.pro {
  float: left;
  margin-right: 5%;
}
.associated-logos a.award {
  float: right;
  margin-left: 5%;
}
.associated-logos a.award.offset {
  position: relative;
  top: -22px;
}

/* ========================================== 

    Forms & Buttons 

========================================== */

.btn,
#gform_submit_button_1,
.form-panel .gform_button,
#gform_submit_button_3 {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px 40px 18px;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  border: none;
  outline: none;
}
.btn.green,
.form-panel.blue .gform_button {
  background-color: #007a5f;
  border-bottom: 5px solid #005542;
}
.btn.green:hover,
.form-panel.blue .gform_button:hover {
  background-color: #005542;
  border-bottom: 5px solid #003d2f;
}
.btn.blue,
#gform_submit_button_1,
.form-panel.white .gform_button,
.form-panel.green .gform_button,
#gform_submit_button_3 {
  background-color: #336699;
  border-bottom: 5px solid #214a72;
  color: #fff;
}
.btn.blue:hover,
#gform_submit_button_1:hover,
.form-panel.white .gform_button:hover,
.form-panel.green .gform_button:hover,
#gform_submit_button_3:hover {
  background-color: #214a72;
  border-bottom: 5px solid #13375b;
}
.btn .icon-right,
.btn .icon { display: inline-block;}
.btn .icon {
  font-size: 38px;
  font-size: 3.8rem;
  position: relative;
  top: 4px;
}


/* ========================================== 

    Post Content 

========================================== */

.post-content.pad-right { padding-right: 50px;}
.post-content h1 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 45px;
  line-height: 4.5rem;
  color: #007a5f;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
.post-content h2 {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 35px;
  line-height: 3.5rem;
  margin-bottom: 10px;
  color: #007a5f;
  font-weight: normal;
}
.post-content p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
  margin-bottom: 20px;
}
.post-content p strong,
.post-content p a,
.content-top p a {
  color: #336699;
  font-weight: 600;
}
.post-content ul,
.post-content ol { margin: 0 0 20px 16px;}
.post-content ul li,
.post-content ol li {
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  line-height: 2.5rem;
}
.post-content .post-grey {
  background: #dddddd;
  padding: 40px 40px 20px;
  border: 1px solid #cccccc;
}
.post-content .post-grey img { border: 1px solid #cccccc;}
img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
}


/* ========================================== 

    Flexslider

========================================== */

.flexslider { margin: 0; padding: 0;}
ul.slides { list-style: none;}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  opacity: .6;
}
.flexslider .slides img { width: 100%; display: block;}
.flex-pauseplay span { text-transform: capitalize;}
.slides:after { 
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* ------------------------------------------ 

    Flex Direction Nav 

------------------------------------------ */

.flex-direction-nav {
  *height: 0;
  list-style: none;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter:alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a {
  font-family: 'mwcpa-icons';
  font-size: 110px;
  font-size: 11rem;
  color: #fff;
  display: block;
  width: 110px;
  height: 110px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: .2;
  cursor: pointer;
  text-shadow: 0 1px 5px rgba(0,0,0,.4);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#page-testimonial .flex-direction-nav a {
  font-size: 50px;
  font-size: 5rem;
  width: 50px;
  height: 50px;
  top: 50%;
}
#page-testimonial .flex-direction-nav a { top: 57%;}

#inbound-slider .flex-direction-nav a { color: #000000;}

.flex-direction-nav .flex-prev {
  margin-left: -760px;
  left: 50%;
}
.flex-direction-nav .flex-next {
  margin-right: -760px;
  right: 50%;
}

.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  opacity: .4;
}
.flexslider .flex-next:hover,
.flexslider .flex-prev:hover {
    opacity: 1;
}

/* ------------------------------------------ 

    Flex Control Nav 

------------------------------------------ */

ol.flex-control-nav { text-align: center;}
ol.flex-control-nav li {
    display: inline-block;
    margin-right: 10px;
}
ol.flex-control-nav li:last-of-type { margin-right: 0;}
ol.flex-control-nav li a {
    text-indent: -9999rem;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: rgba(0,122,95,.4);
    position: relative;
    display: block;
}
ol.flex-control-nav li a.flex-active,
ol.flex-control-nav li:hover a {
  background-color: rgba(0,122,95,1);
}
#home-slider ol.flex-control-nav {
  position: absolute;
  bottom: 40px;
  left: 50%;
  opacity: 0;
}

/* ========================================== 

    Hides & Fixes 

========================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

#home-feature img.desktop-slide { display: block;}
#home-feature img.mobile-slide { display: none;}


/* ========================================== 

    Media:Mobile 

========================================== */

/* Desktop less than 1550px */
@media screen
and (max-width: 1550px) { 
	#home-slider .flex-direction-nav .flex-prev { margin-left: -730px;}
	#home-slider .flex-direction-nav .flex-next { margin-right: -730px;}	
}

@media screen
and (max-width: 1480px) { 
	#home-slider .flex-direction-nav .flex-prev { margin-left: -620px;}
	#home-slider .flex-direction-nav .flex-next { margin-right: -620px;}	
}

/* Desktop less than 1320px */
@media screen
and (max-width: 1320px) { 
	nav#main-nav,
	nav#social-nav { right: 20px;}
	.row,
	#team-section {
  	padding-left: 20px;
  	padding-right: 20px;
  }
  
}

/* Desktop less than 1280px */
@media screen
and (max-width: 1280px) { 

  nav#main-nav > ul > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 10px;
    margin-bottom: 32px;
  }
  #search-trigger {
    font-size: 16px;
    font-size: 1.6rem;
  }
  
	#home-slider .flex-direction-nav .flex-prev,
	.flex-gallery .flex-direction-nav .flex-prev,
	.flexslideshow .flex-direction-nav .flex-prev { left: 30px; margin-left: 0;}
	#home-slider .flex-direction-nav .flex-next,
	.flex-gallery .flex-direction-nav .flex-next,
	.flexslideshow .flex-direction-nav .flex-next { right: 30px; margin-right: 0;}
	#home-ctas .cta h1 {
    font-size: 25px;
    font-size: 2.5rem;
	}
	
	.flyout-menu {
	  width: 500px;
	  margin-left: -250px;
	  padding: 30px;
	}
	nav#main-nav ul li .flyout-menu ul li {
	    float: none;
	    margin-bottom: 10px;
	}
	
	#home-feature,
	#home-slider {
	  height: auto!important;
	  max-height: 680px!important;
	}
	
	.column-content .post-content iframe { height: 350px;}
	
}

/* Desktop less than 1100px */
@media screen
and (max-width: 1100px) {
  .team-member { width: 33.3333%;}
  #logo img { width: 320px!important;}
  #mobile-nav-trigger, #mobile-nav { display: block;}
  header#site-header {
    padding-top: 0;
    min-height: 115px;
    position: relative;
  }
  #logo { margin-top: 50px;}
  #header-dummy,
  nav#main-nav,
  #home-slider .flex-direction-nav { display: none;}
  nav#social-nav {
    top: 0;
    right: 20px;
    width: 100%;
  }
  nav#social-nav ul { float: right;}
  
}

/* Desktop less than 1024px */
@media screen
and (max-width: 1024px) {
  
  .cta .icon {
    font-size: 100px;
    font-size: 10rem;
  }
  
	#home-inbound,
	#inbound-slider,
	#home-inbound #inbound-slider ul.slides li { height: auto;}
	#home-inbound #inbound-slider ul.slides li .row { padding-top: 40px;}
	.inbound-content {
	  top: auto!important;
	  left: auto!important;
	  right: auto!important;
	  width: 80%!important;
	  margin: 0 10% 40px!important;
	  padding: 20px 30px;
	  color: #ffffff;
	  position: relative;
	  text-align: center;
	}
	.inbound-content h1 {
	  font-size: 30px;
	  font-size: 3rem;
	  margin-bottom: 15px;
	  font-weight: 300;
	}
	.inbound-content p {
	  font-size: 20px;
	  font-size: 2rem;
	  line-height: 35px;
	  line-height: 3.5rem;
	}
	#schedule-consult {
	  text-align: center;
    justify-content: center;
    padding: 80px 0;
	}
	#schedule-consult h1 { width: 100%; padding-top: 0;}
	#schedule-consult .btn { margin: 20px auto 0;}
	
	#testimonials-archive .testimonial,
	.full-testimonial {
	  width: 48%;
	}
	
	#testimonials-archive .testimonial:nth-child(3n+2) {
	  margin-left: 0;
	  margin-right: 0;
	}
	#testimonials-archive .testimonial:nth-child(odd) {
  	margin-right: 4%!important;
	}
	
}

/* Desktop less than 900px */
@media screen
and (max-width: 900px) { 
	
	.col {
	 width: 100%!important;
	 margin: 0 0 20px 0!important;
	}
	
	.content-top .main-content { padding-right: 0;}
	
	.cta .icon { font-size: 140px; font-size: 14rem;}
	
	.column-content .post-content iframe { height: 500px;}
	
	.list-split ul {
	  width: 100%!important;
	  float: none!important;
	}
	.list-split h1 {
    font-size: 25px;
    font-size: 2.5rem;
    max-width: 90%;
	}
	
	.mobile-img { display: block;}
	
	#bio-info .col.six { padding-right: 0;}
	.csplit-back .csplit-color { width: 100%;}
	.csplit-photo-label,
	.csplit-image,
	#search-box {
  	display: none!important;
	}
	.content-split.c-left .csplit-content,
	.content-split.c-right .csplit-content {
    padding: 50px 20px;
	}
	
	
	#home-slider ol.flex-control-nav { bottom: 20px;}
  #page-banner {
    padding: 90px 0 80px;
    background-attachment: scroll;
    background-position: 50% 0;
  }
  #page-banner .row .inner { width: 90%; margin: 0 5%;}
  #page-banner h1 { font-size: 35px; font-size: 3.5rem;}
  #main #content .content-top { padding: 80px 20px;}
  #page-banner p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30;
    line-height: 3rem;
  }
  
  .flex-gallery .flex-direction-nav,
  .flexslideshow .flex-direction-nav { display: none;}
  .flex-gallery .flex-control-nav,
  .flexslideshow .flex-control-nav { display: block;}
  
	.copyright,
	#footer-links {
	  float: none;
	  display: block;
	  text-align: center;
	  width: 100%;
	}
	.copyright {
  	margin-bottom: 30px;
  	border-bottom: 2px solid #424549;
  	padding-bottom: 30px;
	}
	#footer-links ul li {
    display: block;
    border-right: none;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
	}
	#footer-btm .text-spacer { display: none;}
	#footer-btm p { margin-bottom: 50px;}
	#footer-btm p strong::before {
	  content: "";
	  width: 100%;
	  display: block;
	  margin-top: 5px;
	}
	.associated-logos a {
	  margin-right: 0;
	  display: block;
	  margin-bottom: 20px;
	}
	
	.affiliates-panel.row.full a { width: 47%;}
	
}

/* Desktop less than 768px */
@media screen
and (max-width: 768px) {
  #home-ctas .cta { width: 100%; margin-bottom: 50px;}
  #home-ctas .cta .icon { font-size: 100px; font-size: 10rem;}
  #main #content .content-top > .inner h1 { font-size: 35px; font-size: 3rem;}
  .team-member { width: 50%;}
  #team-filters .select-wrap {
    width: 100%;
    margin-right: 0!important;
  }
  #team-filters .select-wrap:first-of-type { margin-bottom: 20px;}
  
  #testimonials-archive .testimonial,
  .full-testimonial { width: 100%;}
  #testimonials-archive .testimonial:nth-child(odd) { margin-right: 0!important;}
  #testimonials-archive .testimonial.testlink .hover { padding-top: 50px;}
  
  .full-testimonial {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
  }
  
  .column-content .post-content iframe { height: 350px;}
  
}

/* Desktop less than 640px */
@media screen
and (max-width: 640px) { 
	#logo { max-width: 260px; margin-top: 60px;}
	
	#home-feature img.desktop-slide { display: none;}
	#home-feature img.mobile-slide { display: block;}
	.inbound-content {
	  width: 95%!important;
	  margin: 0 2.5% 40px!important;
	}
	.column-content .post-content iframe { height: 250px;}
	
}

/* Desktop less than 568px */
@media screen
and (max-width: 568px) {
  
  nav#social-nav { right: 10px;}
  
  nav#social-nav ul li.jump a {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 7px 8px 6px;
  }
  
  #logo {
    margin-left: -5px;
    margin-top: 57px;
  }
  #logo img {
    width: 220px!important;
    height: auto;
  }
  
}

/* Desktop less than 480px */
@media screen
and (max-width: 480px) {
  
  .team-member { width: 100%;}
  
}
/* ========================================== 

    Media:Print 

========================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 1.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  
  
  #page-banner h1 { font-size: 20px; font-size: 2rem;}
  
  p, ul li, ol li { font-size: 14px!important; line-height: normal!important;}
  .row {
    padding-top: 0!important;
    padding-bottom: 20px!important;
  }
  .list-split hr { margin: 10px auto;}
  #site-header { position: absolute!important;}
  #page-banner,
  #footer-btm { padding: 0!important;}
  .team-member.scol { width: 100%; height: 150px;}
  .team-member-photo {
    width: 150px!important;
    height: 150px!important;
    border-radius: 0;
    float: left;
  }
  .team-member .team-member-photo img { border-radius: 0;}
  #testimonials-archive .testimonial, .full-testimonial {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 10px 0 10px 0!important;
    margin-bottom: 20px!important;
  }
  .accordion-list li.accordion-item .accordion-content {display: block!important;}
  .accordion-list li.accordion-item ul li a::after { content: " (" attr(href) ")";}
  #sidebar { display: none!important;}
  .accordion-list.listCol1,
  .accordion-list.listCol2,
  .col {
    width: 100%!important;
    margin-right: 0!important;
  }
  #social-nav,
  #main-nav,
  #schedule-consult,
  #home-feature,
  .associated-logos,
  .video-panel,
  #pagination,
  #round-ctas,
  #careers-affiliates {
    display: none!important;
  }
}
.ginput_recaptcha {
	overflow: hidden;
}